home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 27
/
CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso
/
CUCD
/
Programming
/
THXPlayLib
/
developer
/
C
/
proto
/
thxplay.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-06-19
|
362 b
|
22 lines
#ifndef _PROTO_THXPLAY_H
#define _PROTO_THXPLAY_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_THXPLAY_PROTOS_H
#include <clib/thxplay_protos.h>
#endif
#ifdef __GNUC__
#include <inline/thxplay.h>
#else
#include <pragma/thxplay_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *THXPlayBase;
#endif
#endif /* _PROTO_THXPLAY_H */